Don't enforce property change events on the root window
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 May 2009 05:54:43 +0000 (01:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 11 May 2009 16:13:50 +0000 (12:13 -0400)
commit5d8a4f78aba64aea32d3bad8a3a8a1e1fd2bf361
tree7a8e79ffdb8876d2194146b5ec50d20f64c6ca80
parent2e9385efe2e3f2c5b4711ad51cdfa9f601762a8f
Don't enforce property change events on the root window

The code in gdk_x11_window_set_events is only meant to enforce
property change events on child windows. Pointed out in bug 531490.
gdk/x11/gdkwindow-x11.c